Package com.cisco.pt.ipc.sim.pdu
Interface IosFileContent
- All Superinterfaces:
FileContent,IPCData,Pdu,Signal
- All Known Implementing Classes:
IosFileContentImpl
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetDeviceType(DeviceType deviceType) voidsetSetName(String setName) Methods inherited from interface com.cisco.pt.ipc.sim.pdu.Signal
encodeTypeAndPayload, getFieldValue, getOrderedFieldNames, pduRead
-
Method Details
-
getDeviceType
DeviceType getDeviceType()- Returns:
- DeviceType Returns a DeviceType
-
setDeviceType
- Parameters:
deviceType- Takes in a parameter of deviceType
-
getSetName
String getSetName()- Returns:
- String Returns a String
-
setSetName
- Parameters:
setName- Takes in a parameter of setName
-